Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redhat: allow dots in interface names #322

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TheJamesD
Copy link

Pull Request (PR) description

We have a few servers with interface names with a "." in, such as "ifcfg-bond0.12". Although it was working fine, whenever the puppet agent would run, it'd keep replacing the network file with a new one. Changing regex pattern to include interface names with dots (.) fixes this.

This Pull Request (PR) fixes the following issues

Include interface names with dots in

Changing regex pattern to include interface names with dots (.). For instance:

ifcfg-bond0.12
@kenyon kenyon changed the title Update redhat.rb redhat: allow dots in interface names Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants